home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Snippets / Nets & Comm / TCP Server / main.h < prev    next >
Encoding:
Text File  |  1992-03-18  |  174 b   |  11 lines  |  [TEXT/KAHL]

  1. /*
  2.     TCP Client/Server Queuing Example
  3.     Steve Falkenburg, MacDTS, Apple Computer
  4.     3/11/92
  5. */
  6.  
  7. void main(void);
  8. void InitMac(void);
  9. void InitQueues(void);
  10. void MainLoop(void);
  11.